phase1: run prepare instead of diffconfig
authorPaul Spooren <[email protected]>
Tue, 3 Sep 2019 09:59:29 +0000 (23:59 -1000)
committerJo-Philipp Wich <[email protected]>
Tue, 3 Sep 2019 10:03:25 +0000 (12:03 +0200)
This will not only create config.buildinfo as before, but also
version.buildinfo and feeds.buidinfo.

CC: Jo-Philipp Wich <[email protected]>
Signed-off-by: Paul Spooren <[email protected]>
[rename step from "prepare" to "buildinfo"]
Signed-off-by: Jo-Philipp Wich <[email protected]>
phase1/master.cfg

index a91864aaabf5bcad87dd20f2769e4b597797f216..ee26fe4c63f46f733576f5ffd823cadb78c6c546 100644 (file)
@@ -918,9 +918,9 @@ for target in targets:
        ))
 
        factory.addStep(ShellCommand(
-               name = "diffconfig",
-               description = "Generating config.seed",
-               command=["make", "-j1", "diffconfig", "V=s"],
+               name = "buildinfo",
+               description = "Generating config.buildinfo, version.buildinfo and feeds.buildinfo",
+               command=["make", "-j1", "prepare", "V=s"],
                env = MakeEnv(),
                haltOnFailure = True
        ))